home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000047_news@columbia.edu_Thu Dec 7 13:41:50 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27267
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Thu, 7 Dec 1995 08:41:57 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id IAA12267 for kermit.misc@watsun; Thu, 7 Dec 1995 08:41:54 -0500
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Using MS-Kermit 3.14 with PPP under WIN 3/95 Possible?
  8. Date: 7 Dec 1995 13:41:50 GMT
  9. Organization: Columbia University
  10. Lines: 27
  11. Message-Id: <4a6quu$bv9@apakabar.cc.columbia.edu>
  12. References: <4a3ldp$aad@blues.epas.utoronto.ca>
  13. Nntp-Posting-Host: watsun.cc.columbia.edu
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <4a3ldp$aad@blues.epas.utoronto.ca>,
  17. Raymond Kan <kan@blues.epas.utoronto.ca> wrote:
  18. :
  19. :     I connect to my mainframe using PPP, and I am not happy with
  20. : the Telnet client that comes with Windows 95 and would like to use
  21. : Kermit instead (for keyboard mapping and downloading).  However, I
  22. : have not been able to this.
  23. :     I had made appropriate changes in mscustom.ini and typing
  24. : check TCP gives response of TCP/IP is available.  However after typing
  25. :     set port tcp/ip hostname
  26. :     connect
  27. :     and I get an error message of
  28. :     Cannot attach to an Ethernet Packet Driver or a Novell ODI driver.
  29. :       ....
  30. :
  31. You can't use MS-DOS Kermit over Winsock.
  32.  
  33. Kermit 95 is the Kermit software for Windows 95 and Windows NT, especially
  34. if you need to use it as a Telnet client.  Further information at:
  35.  
  36.   http://www.columbia.edu/kermit/k95.html
  37.  
  38. - Frank